home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / macstart.dcr / 00017.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  240 b   |  14 lines

  1. on exitFrame
  2.   global phase
  3.   set phase to 0
  4.   set a to the directToStage of member "templns"
  5.   ClrCursorsAbsolute()
  6.   KasiCursor(10)
  7.   KasiCursor(11)
  8.   if the colorDepth < 15 then
  9.     go("valinta256")
  10.   else
  11.     go("valinta")
  12.   end if
  13. end
  14.